Below is a list of the user defined functions for catagory: GuiTreeView Management.
Click on a user defined function name for a detailed description.
User Defined Function | Description |
_GUICtrlTreeViewDeleteAllItems | Removes all items from a treeview control. |
_GUICtrlTreeViewDeleteItem | Removes an item and all its children from a treeview control. |
_GUICtrlTreeViewExpand | Expands or collapses the list of child items associated with the specified parent item, if any. |
_GUICtrlTreeViewGetBkColor | Gets the text back color of a treeview control. |
_GUICtrlTreeViewGetCount | Retrieves a count of the items in a treeview control. |
_GUICtrlTreeViewGetIndent | Retrieves the amount in pixels, that child items are indented relative to their parent items. |
_GUICtrlTreeViewGetLineColor | Gets the line color of a treeview control. |
_GUICtrlTreeViewGetParentHandle | Gets the parent handle of item selected (default) or any specified item in treeview control. |
_GUICtrlTreeViewGetParentID | Gets the parent control ID of item selected (default) or any specified item in treeview control. |
_GUICtrlTreeViewGetState | Returns the state of the specified treeview item. |
_GUICtrlTreeViewGetText | Returns the test of the specified treeview item. |
_GUICtrlTreeViewGetTextColor | Gets the text color of a treeview control. |
_GUICtrlTreeViewGetTree | Get all items text beginning by the current selected item from the treeview control. |
_GUICtrlTreeViewInsertItem | Insert a new item into a treeview control. |
_GUICtrlTreeViewSetBkColor | Sets the back color of a treeview control. |
_GUICtrlTreeViewSetIcon | Set an icon of the specified treeview item. |
_GUICtrlTreeViewSetIndent | Sets the width of indentation for a treeview control and redraws the control to reflect the new width. |
_GUICtrlTreeViewSetLineColor | Sets the line color of a treeview control |
_GUICtrlTreeViewSetState | Set the state of the specified treeview item. |
_GUICtrlTreeViewSetText | Set a new text to the specified treeview item. |
_GUICtrlTreeViewSetTextColor | Sets the text color of a treeview control. |
_GUICtrlTreeViewSort | Sorts the items of a treeview control. |